home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / winpop / winpop.txt < prev   
Text File  |  1994-05-23  |  4KB  |  127 lines

  1. # WinPop Help
  2.  
  3. The WinPOP application is designed to retrieve messages from
  4. a NOS ( specifically JNOS 110c ) "Front-End" system. The application
  5. uses the WINSOCK interface to the network sub-system and supports 
  6. the POP3 protocol for the data exchange.
  7.  
  8.  
  9. Configuring POP3.ini
  10.  
  11. WinPOP is configured through two methods. The first is the startup 
  12. configuration which is read in from the pop3.ini file. The second is through
  13. dynamic configuration from the config window. The comments below
  14. apply to both methods. Note: the dynamic configuration is NOT saved to the
  15. pop3.ini file. 
  16.  
  17. POP3.INI:-      The format of this file must be strictly adhered to as 
  18. my programming is not very good!.
  19.  
  20.  
  21. This file consists of line items required to configure the system.
  22.  
  23. Username
  24.  
  25. The username required to log onto the POP3 server
  26.  
  27. Password
  28.  
  29. The password required to log onto the POP3 server
  30.  
  31. Hostname
  32.  
  33. The hostname of the POP3 server. Note: IP addresses are not acceptable 
  34. in this field at present.
  35.  
  36. Mailfile
  37.  
  38. The file into which collected mail is written ( Full path name )
  39.  
  40.  
  41. WinPOP is designed to be straightforward to use. It will either run 
  42. interactively or automatically (see Command Line Options).
  43.  
  44. The retrieval of large amounts of mail can take a significant amount of time 
  45. so be prepared for a wait sometimes.
  46.  
  47. The system was designed to operate over a LAN link. Operation over any other 
  48. link type cannot be guaranteed, the effect of network delays has not been 
  49. explored.
  50.  
  51. A tracing facility has been built-in in case of problems.
  52.  
  53. Command Line Options
  54.  
  55. Two command line options are available:
  56.  
  57. -a
  58.  
  59. Autorun feature. This takes the ini configuration and automatically calls 
  60. the server. This is so the program can be run from the startup group to 
  61. retrieve mail when windows starts. (It can be run minimised)
  62.  
  63. -t
  64.  
  65. Tracing feature. Turns on tracing on startup.
  66.  
  67.  
  68. WinSock
  69.  
  70. WinSock is a library designed to give access to network services from 
  71. Window applications via a Berkeley sockets lookalike facility.
  72.  
  73. This progam ONLY operates via a WinSock interface. You must have a TCP/IP 
  74. implementation which provides this facility ( usually winsock.dll etc). It 
  75. is not possible to use DLLs not supplied with the underlying software. 
  76.  
  77. The WinSock interface is well documented. Much of the code in this program 
  78. has been developed from WinSock examples previously published.
  79.  
  80. I use FTPs PCTCP product. Although WinSock is supposed to be a universally
  81. defined interface this program cannot be guaranteed to operate with other 
  82. implementations. 
  83.  
  84. # Support and Futures
  85.  
  86. I developed this software because I needed it. I am not a programmer. 
  87. The code is probably full of holes and could be written in three lines 
  88. of machine code by a Windows guru. I do not intend to enter into long 
  89. support issues. The code works for me. I am happy to enter into short 
  90. discussions via email. 
  91.  
  92. My address is:
  93.  
  94. mlines@sni.co.uk
  95.  
  96. If you are really interested then you are welcome to copies of the source, 
  97. please mail for a copy ( free ! ). 
  98.  
  99. I am now developing a NOS Dashboard for Windows. This will present graphically 
  100. some of the standard information available from a NOS system. Do not hold 
  101. your breath waiting for this software but if I ever have publishable code 
  102. then I will make it available.
  103.  
  104. # Cot-Death
  105.  
  106. As code is free ( who would pay for it anyway! ) I feel entitled to a 
  107. soap-box.
  108.  
  109. My particular soap box is Cot-Death. I recently lost my son, Adam, to 
  110. Cot-Death at the age of eighteen months. This is where an otherwise healthy 
  111. child simply dies in their sleep. No medical reason can be found.
  112.  
  113. Here in the UK, 10 babies a week die through this syndrome. This represents 
  114. 2 average Jumbo Jets a year crashing with all lost. If this happened there 
  115. would be a public outcry. Instead these babies die quietly in their sleep 
  116. leaving grieving parents. If 10 teenagers a week collapsed and died at school 
  117. the Government would have to act.
  118.  
  119. We need to fund more research into this problem and raise awareness amongst 
  120. the public.
  121.  
  122. The Foundation for the Study of Infant Deaths has been set up to carry out 
  123. this task. They always need financial and physical help.
  124.  
  125. Please contact me mlines@sni.co.uk for further info.
  126.  
  127.